Skip to content

Conversation

@DmytroShkvyra
Copy link
Contributor

What is this PR for?
It is better have a single place where we manage project-wise RAT exclusions for a contributions under licenses different from Apache, then let maven sub-modules have them as we do now (makes things harder to track)
What type of PR is it?
[Improvement]
Todos
N/A
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-791
How should this be tested?
mvn verify -DskipTests
Screenshots (if appropriate)
Questions:
Does the licenses files need update? - No
Is there breaking changes for older versions? - No
Does this needs documentation? - No

Questions:

  • Does the licenses files need update?
  • Is there breaking changes for older versions?
  • Does this needs documentation?

@DmytroShkvyra
Copy link
Contributor Author

@felixcheung Could you review my PR?

<exclude>**/interpreter-setting.json</exclude>
<exclude>**/constants.json</exclude>
<exclude>scripts/**</exclude>
<exclude>**/**/*.log</exclude>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks this exclude is removed - could you add it back?

dependency-reduced-pom.xm

Copy link
Contributor Author

@DmytroShkvyra DmytroShkvyra Mar 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @felixcheung ths exclusion already in pom.xml. I just moved by
f9bc7a9 - Luciano Resende <[email protected]> Sep 5, 2016 [ZEPPELIN-1409] Refactor RAT build on Travis.CI configuration
PR

          <exclude>docs/sitemap.txt</exclude>
         <exclude>docs/search_data.json</exclude>
         <exclude>**/dependency-reduced-pom.xml</exclude>

         <!-- bundled from anchor -->
         <exclude>docs/assets/themes/zeppelin/js/anchor.min.js</exclude>

         <!-- bundled from toc -->

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @felixcheung it is already in another section (see #1401)

Copy link
Member

@felixcheung felixcheung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@felixcheung
Copy link
Member

merging if no more comment

@felixcheung
Copy link
Member

merged to master.
thanks!

@asfgit asfgit closed this in 95c56f0 Mar 5, 2017
asfgit pushed a commit that referenced this pull request May 9, 2018
### What is this PR for?
rat plugin for r interpreter fail, seems to be related with #2089
It doesn't need to be included in 0.8.0 release, but want it to be cherry-picked into `branch-0.8` for 0.8.x releases, so release manager doesn't have issue with running `dev/publish_release.sh`

### What type of PR is it?
Hot Fix

### What is the Jira issue?
[ZEPPELIN-3441](https://issues.apache.org/jira/browse/ZEPPELIN-3441)

### How should this be tested?
Run `mvn verify -Pr` should pass
In CI, first matrix should pass. (https://travis-ci.org/minahlee/zeppelin/builds/374917837)

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Mina Lee <[email protected]>

Closes #2957 from minahlee/hotfix/ratR and squashes the following commits:

1d4ae6c [Mina Lee] Add rat check for r in travis
c323c4a [Mina Lee] Fix rat check exclude directory for r
asfgit pushed a commit that referenced this pull request May 9, 2018
rat plugin for r interpreter fail, seems to be related with #2089
It doesn't need to be included in 0.8.0 release, but want it to be cherry-picked into `branch-0.8` for 0.8.x releases, so release manager doesn't have issue with running `dev/publish_release.sh`

Hot Fix

[ZEPPELIN-3441](https://issues.apache.org/jira/browse/ZEPPELIN-3441)

Run `mvn verify -Pr` should pass
In CI, first matrix should pass. (https://travis-ci.org/minahlee/zeppelin/builds/374917837)

* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Mina Lee <[email protected]>

Closes #2957 from minahlee/hotfix/ratR and squashes the following commits:

1d4ae6c [Mina Lee] Add rat check for r in travis
c323c4a [Mina Lee] Fix rat check exclude directory for r

(cherry picked from commit 3712ce6)
Signed-off-by: Jeff Zhang <[email protected]>
prabhjyotsingh pushed a commit to prabhjyotsingh/zeppelin that referenced this pull request Jul 4, 2018
rat plugin for r interpreter fail, seems to be related with apache#2089
It doesn't need to be included in 0.8.0 release, but want it to be cherry-picked into `branch-0.8` for 0.8.x releases, so release manager doesn't have issue with running `dev/publish_release.sh`

Hot Fix

[ZEPPELIN-3441](https://issues.apache.org/jira/browse/ZEPPELIN-3441)

Run `mvn verify -Pr` should pass
In CI, first matrix should pass. (https://travis-ci.org/minahlee/zeppelin/builds/374917837)

* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Mina Lee <[email protected]>

Closes apache#2957 from minahlee/hotfix/ratR and squashes the following commits:

1d4ae6c [Mina Lee] Add rat check for r in travis
c323c4a [Mina Lee] Fix rat check exclude directory for r

(cherry picked from commit 3712ce6)
Signed-off-by: Jeff Zhang <[email protected]>
(cherry picked from commit d41c634)

Change-Id: I69d4f615e182b320507d24e09c353fa72ad3f76f
mckartha pushed a commit to syntechdev/zeppelin that referenced this pull request Aug 9, 2018
### What is this PR for?
rat plugin for r interpreter fail, seems to be related with apache#2089
It doesn't need to be included in 0.8.0 release, but want it to be cherry-picked into `branch-0.8` for 0.8.x releases, so release manager doesn't have issue with running `dev/publish_release.sh`

### What type of PR is it?
Hot Fix

### What is the Jira issue?
[ZEPPELIN-3441](https://issues.apache.org/jira/browse/ZEPPELIN-3441)

### How should this be tested?
Run `mvn verify -Pr` should pass
In CI, first matrix should pass. (https://travis-ci.org/minahlee/zeppelin/builds/374917837)

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Mina Lee <[email protected]>

Closes apache#2957 from minahlee/hotfix/ratR and squashes the following commits:

1d4ae6c [Mina Lee] Add rat check for r in travis
c323c4a [Mina Lee] Fix rat check exclude directory for r
mckartha pushed a commit to syntechdev/zeppelin that referenced this pull request Aug 9, 2018
rat plugin for r interpreter fail, seems to be related with apache#2089
It doesn't need to be included in 0.8.0 release, but want it to be cherry-picked into `branch-0.8` for 0.8.x releases, so release manager doesn't have issue with running `dev/publish_release.sh`

Hot Fix

[ZEPPELIN-3441](https://issues.apache.org/jira/browse/ZEPPELIN-3441)

Run `mvn verify -Pr` should pass
In CI, first matrix should pass. (https://travis-ci.org/minahlee/zeppelin/builds/374917837)

* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Mina Lee <[email protected]>

Closes apache#2957 from minahlee/hotfix/ratR and squashes the following commits:

1d4ae6c [Mina Lee] Add rat check for r in travis
c323c4a [Mina Lee] Fix rat check exclude directory for r

(cherry picked from commit 3712ce6)
Signed-off-by: Jeff Zhang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants